home *** CD-ROM | disk | FTP | other *** search
/ How Many Bugs in a Box / How Many Bugs in a Box.cdr / bugs / page7 / 00149.ls < prev    next >
Encoding:
Text File  |  1995-03-29  |  123 b   |  6 lines

  1. on exitFrame
  2.   repeat with charlie = 2 to 8
  3.     set the castNum of sprite (charlie * 2) to 10 + random(2)
  4.   end repeat
  5. end
  6.